[INFO] fetching crate sktablelayout-rs 0.2.1...
[INFO] fixing sktablelayout-rs-0.2.1 against try#5fed607fb5806ae20927e7e9193e3793c411ac20+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817
[INFO] extracting crate sktablelayout-rs 0.2.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate sktablelayout-rs 0.2.1
[INFO] finished tweaking crates.io crate sktablelayout-rs 0.2.1
[INFO] tweaked toml for crates.io crate sktablelayout-rs 0.2.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sktablelayout-rs 0.2.1 on toolchain 5fed607fb5806ae20927e7e9193e3793c411ac20
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fed607fb5806ae20927e7e9193e3793c411ac20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fed607fb5806ae20927e7e9193e3793c411ac20" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] [stderr]       Adding bitflags v1.3.2 (available: v2.13.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fed607fb5806ae20927e7e9193e3793c411ac20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `sktablelayout-rs` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7cf07dcec6eec8f91d8fcff9552b5c74122c05467aaf1800be6da9d6f61e2ab2" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d77e28258bcaf6055362f941e8a75c1c4f95acc2fd61b0c64da56d82accb6959
[INFO] running `Command { std: "docker" "start" "d77e28258bcaf6055362f941e8a75c1c4f95acc2fd61b0c64da56d82accb6959", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d77e28258bcaf6055362f941e8a75c1c4f95acc2fd61b0c64da56d82accb6959" "/opt/rustwide/cargo-home/bin/cargo" "+5fed607fb5806ae20927e7e9193e3793c411ac20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d77e28258bcaf6055362f941e8a75c1c4f95acc2fd61b0c64da56d82accb6959", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d77e28258bcaf6055362f941e8a75c1c4f95acc2fd61b0c64da56d82accb6959" "/opt/rustwide/cargo-home/bin/cargo" "+5fed607fb5806ae20927e7e9193e3793c411ac20" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `sktablelayout-rs` (manifest) generated 1 warning
[INFO] [stderr]     Checking sktablelayout-rs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed src/test.rs (1 fix)
[INFO] [stderr]    Migrating benches/impose.rs from 2015 edition to 2018
[INFO] [stderr]    Migrating examples/barebones.rs from 2015 edition to 2018
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
[INFO] [stderr] crater-edition-check: sktablelayout-rs v0.2.1 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]     Checking sktablelayout-rs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:196:26
[INFO] [stdout]     |
[INFO] [stdout] 196 | pub type PositioningFn = FnMut(f32, f32, f32, f32);
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 196 | pub type PositioningFn = dyn FnMut(f32, f32, f32, f32);
[INFO] [stdout]     |                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:196:26
[INFO] [stdout]     |
[INFO] [stdout] 196 | pub type PositioningFn = FnMut(f32, f32, f32, f32);
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 196 | pub type PositioningFn = dyn FnMut(f32, f32, f32, f32);
[INFO] [stdout]     |                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:585:17
[INFO] [stdout]     |
[INFO] [stdout] 585 |             for mut s in &mut slack {
[INFO] [stdout]     |                 ----^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:634:17
[INFO] [stdout]     |
[INFO] [stdout] 634 |             for mut s in &mut slack {
[INFO] [stdout]     |                 ----^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:651:13
[INFO] [stdout]     |
[INFO] [stdout] 651 |         for mut op in &mut self.opcodes {
[INFO] [stdout]     |             ----^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `None` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:167:15
[INFO] [stdout]     |
[INFO] [stdout] 167 |         const None                   = 0b0000_0000_0000_0000;
[INFO] [stdout]     |               ^^^^ help: convert the identifier to upper case: `NONE`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ExpandHorizontal` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:169:15
[INFO] [stdout]     |
[INFO] [stdout] 169 |         const ExpandHorizontal       = 0b0000_0000_0000_0001;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXPAND_HORIZONTAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ExpandVertical` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:171:15
[INFO] [stdout]     |
[INFO] [stdout] 171 |         const ExpandVertical         = 0b0000_0000_0000_0010;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXPAND_VERTICAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `FillHorizontal` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:173:15
[INFO] [stdout]     |
[INFO] [stdout] 173 |         const FillHorizontal         = 0b0000_0000_0000_0100;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FILL_HORIZONTAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `FillVertical` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:175:15
[INFO] [stdout]     |
[INFO] [stdout] 175 |         const FillVertical           = 0b0000_0000_0000_1000;
[INFO] [stdout]     |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `FILL_VERTICAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorTop` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:177:15
[INFO] [stdout]     |
[INFO] [stdout] 177 |         const AnchorTop              = 0b0000_0000_0001_0000;
[INFO] [stdout]     |               ^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_TOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorBottom` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:179:15
[INFO] [stdout]     |
[INFO] [stdout] 179 |         const AnchorBottom           = 0b0000_0000_0010_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_BOTTOM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorLeft` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:181:15
[INFO] [stdout]     |
[INFO] [stdout] 181 |         const AnchorLeft             = 0b0000_0000_0100_0000;
[INFO] [stdout]     |               ^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_LEFT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorRight` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:183:15
[INFO] [stdout]     |
[INFO] [stdout] 183 |         const AnchorRight            = 0b0000_0000_1000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_RIGHT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorHorizontalCenter` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:185:15
[INFO] [stdout]     |
[INFO] [stdout] 185 |         const AnchorHorizontalCenter = 0b0000_0001_0000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_HORIZONTAL_CENTER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorVerticalCenter` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:187:15
[INFO] [stdout]     |
[INFO] [stdout] 187 |         const AnchorVerticalCenter   = 0b0000_0010_0000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_VERTICAL_CENTER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Uniform` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:189:15
[INFO] [stdout]     |
[INFO] [stdout] 189 |         const Uniform                = 0b0000_0100_0000_0000;
[INFO] [stdout]     |               ^^^^^^^ help: convert the identifier to upper case: `UNIFORM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:585:17
[INFO] [stdout]     |
[INFO] [stdout] 585 |             for mut s in &mut slack {
[INFO] [stdout]     |                 ----^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:634:17
[INFO] [stdout]     |
[INFO] [stdout] 634 |             for mut s in &mut slack {
[INFO] [stdout]     |                 ----^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:651:13
[INFO] [stdout]     |
[INFO] [stdout] 651 |         for mut op in &mut self.opcodes {
[INFO] [stdout]     |             ----^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `None` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:167:15
[INFO] [stdout]     |
[INFO] [stdout] 167 |         const None                   = 0b0000_0000_0000_0000;
[INFO] [stdout]     |               ^^^^ help: convert the identifier to upper case: `NONE`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ExpandHorizontal` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:169:15
[INFO] [stdout]     |
[INFO] [stdout] 169 |         const ExpandHorizontal       = 0b0000_0000_0000_0001;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXPAND_HORIZONTAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ExpandVertical` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:171:15
[INFO] [stdout]     |
[INFO] [stdout] 171 |         const ExpandVertical         = 0b0000_0000_0000_0010;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXPAND_VERTICAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `FillHorizontal` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:173:15
[INFO] [stdout]     |
[INFO] [stdout] 173 |         const FillHorizontal         = 0b0000_0000_0000_0100;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FILL_HORIZONTAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `FillVertical` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:175:15
[INFO] [stdout]     |
[INFO] [stdout] 175 |         const FillVertical           = 0b0000_0000_0000_1000;
[INFO] [stdout]     |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `FILL_VERTICAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorTop` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:177:15
[INFO] [stdout]     |
[INFO] [stdout] 177 |         const AnchorTop              = 0b0000_0000_0001_0000;
[INFO] [stdout]     |               ^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_TOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorBottom` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:179:15
[INFO] [stdout]     |
[INFO] [stdout] 179 |         const AnchorBottom           = 0b0000_0000_0010_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_BOTTOM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorLeft` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:181:15
[INFO] [stdout]     |
[INFO] [stdout] 181 |         const AnchorLeft             = 0b0000_0000_0100_0000;
[INFO] [stdout]     |               ^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_LEFT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorRight` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:183:15
[INFO] [stdout]     |
[INFO] [stdout] 183 |         const AnchorRight            = 0b0000_0000_1000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_RIGHT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorHorizontalCenter` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:185:15
[INFO] [stdout]     |
[INFO] [stdout] 185 |         const AnchorHorizontalCenter = 0b0000_0001_0000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_HORIZONTAL_CENTER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorVerticalCenter` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:187:15
[INFO] [stdout]     |
[INFO] [stdout] 187 |         const AnchorVerticalCenter   = 0b0000_0010_0000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_VERTICAL_CENTER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Uniform` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:189:15
[INFO] [stdout]     |
[INFO] [stdout] 189 |         const Uniform                = 0b0000_0100_0000_0000;
[INFO] [stdout]     |               ^^^^^^^ help: convert the identifier to upper case: `UNIFORM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr]     Checking sktablelayout-rs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stderr]    Migrating benches/impose.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating examples/barebones.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
[INFO] [stderr] crater-edition-check: sktablelayout-rs v0.2.1 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking sktablelayout-rs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:585:17
[INFO] [stdout]     |
[INFO] [stdout] 585 |             for mut s in &mut slack {
[INFO] [stdout]     |                 ----^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:634:17
[INFO] [stdout]     |
[INFO] [stdout] 634 |             for mut s in &mut slack {
[INFO] [stdout]     |                 ----^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:651:13
[INFO] [stdout]     |
[INFO] [stdout] 651 |         for mut op in &mut self.opcodes {
[INFO] [stdout]     |             ----^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `None` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:167:15
[INFO] [stdout]     |
[INFO] [stdout] 167 |         const None                   = 0b0000_0000_0000_0000;
[INFO] [stdout]     |               ^^^^ help: convert the identifier to upper case: `NONE`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ExpandHorizontal` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:169:15
[INFO] [stdout]     |
[INFO] [stdout] 169 |         const ExpandHorizontal       = 0b0000_0000_0000_0001;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXPAND_HORIZONTAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ExpandVertical` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:171:15
[INFO] [stdout]     |
[INFO] [stdout] 171 |         const ExpandVertical         = 0b0000_0000_0000_0010;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXPAND_VERTICAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `FillHorizontal` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:173:15
[INFO] [stdout]     |
[INFO] [stdout] 173 |         const FillHorizontal         = 0b0000_0000_0000_0100;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FILL_HORIZONTAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `FillVertical` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:175:15
[INFO] [stdout]     |
[INFO] [stdout] 175 |         const FillVertical           = 0b0000_0000_0000_1000;
[INFO] [stdout]     |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `FILL_VERTICAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorTop` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:177:15
[INFO] [stdout]     |
[INFO] [stdout] 177 |         const AnchorTop              = 0b0000_0000_0001_0000;
[INFO] [stdout]     |               ^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_TOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorBottom` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:179:15
[INFO] [stdout]     |
[INFO] [stdout] 179 |         const AnchorBottom           = 0b0000_0000_0010_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_BOTTOM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorLeft` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:181:15
[INFO] [stdout]     |
[INFO] [stdout] 181 |         const AnchorLeft             = 0b0000_0000_0100_0000;
[INFO] [stdout]     |               ^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_LEFT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorRight` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:183:15
[INFO] [stdout]     |
[INFO] [stdout] 183 |         const AnchorRight            = 0b0000_0000_1000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_RIGHT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorHorizontalCenter` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:185:15
[INFO] [stdout]     |
[INFO] [stdout] 185 |         const AnchorHorizontalCenter = 0b0000_0001_0000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_HORIZONTAL_CENTER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorVerticalCenter` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:187:15
[INFO] [stdout]     |
[INFO] [stdout] 187 |         const AnchorVerticalCenter   = 0b0000_0010_0000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_VERTICAL_CENTER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Uniform` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:189:15
[INFO] [stdout]     |
[INFO] [stdout] 189 |         const Uniform                = 0b0000_0100_0000_0000;
[INFO] [stdout]     |               ^^^^^^^ help: convert the identifier to upper case: `UNIFORM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:585:17
[INFO] [stdout]     |
[INFO] [stdout] 585 |             for mut s in &mut slack {
[INFO] [stdout]     |                 ----^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:634:17
[INFO] [stdout]     |
[INFO] [stdout] 634 |             for mut s in &mut slack {
[INFO] [stdout]     |                 ----^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:651:13
[INFO] [stdout]     |
[INFO] [stdout] 651 |         for mut op in &mut self.opcodes {
[INFO] [stdout]     |             ----^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `None` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:167:15
[INFO] [stdout]     |
[INFO] [stdout] 167 |         const None                   = 0b0000_0000_0000_0000;
[INFO] [stdout]     |               ^^^^ help: convert the identifier to upper case: `NONE`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ExpandHorizontal` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:169:15
[INFO] [stdout]     |
[INFO] [stdout] 169 |         const ExpandHorizontal       = 0b0000_0000_0000_0001;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXPAND_HORIZONTAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ExpandVertical` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:171:15
[INFO] [stdout]     |
[INFO] [stdout] 171 |         const ExpandVertical         = 0b0000_0000_0000_0010;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXPAND_VERTICAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `FillHorizontal` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:173:15
[INFO] [stdout]     |
[INFO] [stdout] 173 |         const FillHorizontal         = 0b0000_0000_0000_0100;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FILL_HORIZONTAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `FillVertical` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:175:15
[INFO] [stdout]     |
[INFO] [stdout] 175 |         const FillVertical           = 0b0000_0000_0000_1000;
[INFO] [stdout]     |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `FILL_VERTICAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorTop` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:177:15
[INFO] [stdout]     |
[INFO] [stdout] 177 |         const AnchorTop              = 0b0000_0000_0001_0000;
[INFO] [stdout]     |               ^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_TOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorBottom` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:179:15
[INFO] [stdout]     |
[INFO] [stdout] 179 |         const AnchorBottom           = 0b0000_0000_0010_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_BOTTOM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorLeft` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:181:15
[INFO] [stdout]     |
[INFO] [stdout] 181 |         const AnchorLeft             = 0b0000_0000_0100_0000;
[INFO] [stdout]     |               ^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_LEFT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorRight` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:183:15
[INFO] [stdout]     |
[INFO] [stdout] 183 |         const AnchorRight            = 0b0000_0000_1000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_RIGHT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorHorizontalCenter` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:185:15
[INFO] [stdout]     |
[INFO] [stdout] 185 |         const AnchorHorizontalCenter = 0b0000_0001_0000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_HORIZONTAL_CENTER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorVerticalCenter` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:187:15
[INFO] [stdout]     |
[INFO] [stdout] 187 |         const AnchorVerticalCenter   = 0b0000_0010_0000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_VERTICAL_CENTER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Uniform` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:189:15
[INFO] [stdout]     |
[INFO] [stdout] 189 |         const Uniform                = 0b0000_0100_0000_0000;
[INFO] [stdout]     |               ^^^^^^^ help: convert the identifier to upper case: `UNIFORM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr]     Checking sktablelayout-rs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/barebones.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating benches/impose.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
[INFO] [stderr] crater-edition-check: sktablelayout-rs v0.2.1 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking sktablelayout-rs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:585:17
[INFO] [stdout]     |
[INFO] [stdout] 585 |             for mut s in &mut slack {
[INFO] [stdout]     |                 ----^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:634:17
[INFO] [stdout]     |
[INFO] [stdout] 634 |             for mut s in &mut slack {
[INFO] [stdout]     |                 ----^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:651:13
[INFO] [stdout]     |
[INFO] [stdout] 651 |         for mut op in &mut self.opcodes {
[INFO] [stdout]     |             ----^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `None` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:167:15
[INFO] [stdout]     |
[INFO] [stdout] 167 |         const None                   = 0b0000_0000_0000_0000;
[INFO] [stdout]     |               ^^^^ help: convert the identifier to upper case: `NONE`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ExpandHorizontal` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:169:15
[INFO] [stdout]     |
[INFO] [stdout] 169 |         const ExpandHorizontal       = 0b0000_0000_0000_0001;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXPAND_HORIZONTAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ExpandVertical` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:171:15
[INFO] [stdout]     |
[INFO] [stdout] 171 |         const ExpandVertical         = 0b0000_0000_0000_0010;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXPAND_VERTICAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `FillHorizontal` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:173:15
[INFO] [stdout]     |
[INFO] [stdout] 173 |         const FillHorizontal         = 0b0000_0000_0000_0100;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FILL_HORIZONTAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `FillVertical` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:175:15
[INFO] [stdout]     |
[INFO] [stdout] 175 |         const FillVertical           = 0b0000_0000_0000_1000;
[INFO] [stdout]     |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `FILL_VERTICAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorTop` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:177:15
[INFO] [stdout]     |
[INFO] [stdout] 177 |         const AnchorTop              = 0b0000_0000_0001_0000;
[INFO] [stdout]     |               ^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_TOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorBottom` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:179:15
[INFO] [stdout]     |
[INFO] [stdout] 179 |         const AnchorBottom           = 0b0000_0000_0010_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_BOTTOM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorLeft` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:181:15
[INFO] [stdout]     |
[INFO] [stdout] 181 |         const AnchorLeft             = 0b0000_0000_0100_0000;
[INFO] [stdout]     |               ^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_LEFT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorRight` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:183:15
[INFO] [stdout]     |
[INFO] [stdout] 183 |         const AnchorRight            = 0b0000_0000_1000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_RIGHT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorHorizontalCenter` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:185:15
[INFO] [stdout]     |
[INFO] [stdout] 185 |         const AnchorHorizontalCenter = 0b0000_0001_0000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_HORIZONTAL_CENTER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorVerticalCenter` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:187:15
[INFO] [stdout]     |
[INFO] [stdout] 187 |         const AnchorVerticalCenter   = 0b0000_0010_0000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_VERTICAL_CENTER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Uniform` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:189:15
[INFO] [stdout]     |
[INFO] [stdout] 189 |         const Uniform                = 0b0000_0100_0000_0000;
[INFO] [stdout]     |               ^^^^^^^ help: convert the identifier to upper case: `UNIFORM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:585:17
[INFO] [stdout]     |
[INFO] [stdout] 585 |             for mut s in &mut slack {
[INFO] [stdout]     |                 ----^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:634:17
[INFO] [stdout]     |
[INFO] [stdout] 634 |             for mut s in &mut slack {
[INFO] [stdout]     |                 ----^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:651:13
[INFO] [stdout]     |
[INFO] [stdout] 651 |         for mut op in &mut self.opcodes {
[INFO] [stdout]     |             ----^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `None` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:167:15
[INFO] [stdout]     |
[INFO] [stdout] 167 |         const None                   = 0b0000_0000_0000_0000;
[INFO] [stdout]     |               ^^^^ help: convert the identifier to upper case: `NONE`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ExpandHorizontal` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:169:15
[INFO] [stdout]     |
[INFO] [stdout] 169 |         const ExpandHorizontal       = 0b0000_0000_0000_0001;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXPAND_HORIZONTAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ExpandVertical` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:171:15
[INFO] [stdout]     |
[INFO] [stdout] 171 |         const ExpandVertical         = 0b0000_0000_0000_0010;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EXPAND_VERTICAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `FillHorizontal` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:173:15
[INFO] [stdout]     |
[INFO] [stdout] 173 |         const FillHorizontal         = 0b0000_0000_0000_0100;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FILL_HORIZONTAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `FillVertical` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:175:15
[INFO] [stdout]     |
[INFO] [stdout] 175 |         const FillVertical           = 0b0000_0000_0000_1000;
[INFO] [stdout]     |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `FILL_VERTICAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorTop` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:177:15
[INFO] [stdout]     |
[INFO] [stdout] 177 |         const AnchorTop              = 0b0000_0000_0001_0000;
[INFO] [stdout]     |               ^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_TOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorBottom` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:179:15
[INFO] [stdout]     |
[INFO] [stdout] 179 |         const AnchorBottom           = 0b0000_0000_0010_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_BOTTOM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorLeft` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:181:15
[INFO] [stdout]     |
[INFO] [stdout] 181 |         const AnchorLeft             = 0b0000_0000_0100_0000;
[INFO] [stdout]     |               ^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_LEFT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorRight` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:183:15
[INFO] [stdout]     |
[INFO] [stdout] 183 |         const AnchorRight            = 0b0000_0000_1000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_RIGHT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorHorizontalCenter` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:185:15
[INFO] [stdout]     |
[INFO] [stdout] 185 |         const AnchorHorizontalCenter = 0b0000_0001_0000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_HORIZONTAL_CENTER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `AnchorVerticalCenter` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:187:15
[INFO] [stdout]     |
[INFO] [stdout] 187 |         const AnchorVerticalCenter   = 0b0000_0010_0000_0000;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANCHOR_VERTICAL_CENTER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Uniform` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:189:15
[INFO] [stdout]     |
[INFO] [stdout] 189 |         const Uniform                = 0b0000_0100_0000_0000;
[INFO] [stdout]     |               ^^^^^^^ help: convert the identifier to upper case: `UNIFORM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "d77e28258bcaf6055362f941e8a75c1c4f95acc2fd61b0c64da56d82accb6959", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d77e28258bcaf6055362f941e8a75c1c4f95acc2fd61b0c64da56d82accb6959", kill_on_drop: false }`
[INFO] [stdout] d77e28258bcaf6055362f941e8a75c1c4f95acc2fd61b0c64da56d82accb6959
